home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / WAFPEGTP / WAFPEGTP.DOC < prev   
Text File  |  1995-02-06  |  3KB  |  80 lines

  1. WAFPEGTP.DOC
  2. February 6, 1995
  3. Bondi, NSW
  4. Australia
  5.  
  6.  
  7. This is the readme file for the first and last release of the turbopascal
  8. source for my PMail <--> Waffle package, known as wafpeg on various
  9. archives around the planet.
  10.  
  11. Please DON'T contact me for help, unless you really can't avoid it.
  12.  
  13. I stopped using this UDG about 2 years ago and have forgotten most of
  14. what I ever knew about it. More importantly, I have no way of testing
  15. it since I have no Waffle, and I have neither the desire nor the time
  16. to resurrect one.
  17.  
  18. If you need my help to get this going, you'd be better of with the compiled
  19. version which is distributed as wafpegx.zip on all good simtel mirrors
  20. where x is the latest release - 10 at last count. You'll need that anyway
  21. since it contains complete documentation on using this package.
  22. The ONLY documentation available for source is in the source. What you see
  23. is what you get.
  24.  
  25. It compiles under Borland's TurboPascal version 5.5 as is. Some minor
  26. tweaking might be needed for later versions. Since you've got source
  27. to everything except the small fastscrn.obj, there shouln't be any
  28. problem. That came from I know not where and the asm source is long
  29. gone into the big bitbucket in the sky. I apologise if someone else
  30. owns it. I don't even know who that might be.
  31.  
  32. This turbopascal source (other that where indicated) is the work of the
  33. copyright holder and original author (Dr Ross Lazarus) for distribution
  34. and use solely under the terms of the GNU General Public Licence, a
  35. copy of which is enclosed as licence.txt -
  36. please read it carefully so you understand the legal position with this
  37. code. Mark Bramwells' tp6_api.pas has been renamed to novell.pas and
  38. slightly modified by me. It's originally his and I believe is released
  39. into the public domain. fastscrn.obj is of unknown provenance.
  40.  
  41. I have removed some functionality from the code by defining a compiler
  42. token called single - if you want to run multiple novell servers with
  43. a single waffle, you'll need another unit which I will sell for a
  44. fee negotiated on the basis of your individual situation.
  45.  
  46. Included are code for makeuser and trimlog - both very helpful utilities.
  47. Please treat this code in the spirit intended by the GNU general public
  48. licence. Infringements will result in extremely bad karma at best, nasty
  49. legal action from GNU at worst.
  50.  
  51. Otherwise, good luck.
  52.  
  53.  
  54. Copyright (C) 1992  Dr Ross Lazarus
  55.  
  56. This code is free software; you can redistribute it and/or modify
  57. it under the terms of the GNU General Public License as published by
  58. the Free Software Foundation; either version 1, or (at your option)
  59. any later version.
  60.  
  61. This code is distributed in the hope that it will be useful,
  62. but WITHOUT ANY WARRANTY; without even the implied warranty of
  63. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  64. GNU General Public License for more details.
  65.  
  66. You should have received a copy of the GNU General Public License
  67. along with this program; if not, write to the Free Software
  68. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  69.  
  70. Dr Ross Lazarus is the original copyright holder of this code.
  71.  
  72. Email: rossl@gmu.wh.su.edu.au
  73. Mail: Department of Public Health and Community Medicine,
  74.       Westmead Hospital
  75.       Westmead, NSW 2145
  76.       Australia
  77.  
  78. Fax: (+61 2) 689 1049
  79.  
  80.